HTML Samples
Character highlighting
Headings
Fonts
Lists
HTML Graphics
Special characters
Address text
Preformated text
Blockquote text
Centered text
Tables
Forms
Sound

[Read Me] [HTML Samples] [Support] [Table Tutorial] [What's New]

Character Highlighting

Headings

Fonts

Font control (Face names, color, size) may be achieved by setting VCL properties or through the use of tags in the HTML document.

Lists

Ordered List
  1. Line 1
  2. Line 2

Ordered List (Lettered)

  1. Line 1
  2. Line 2

Unordered List

Definition List

Term 1
Term 1's definition
Term 2
Term 2's definition

Directory List (looks just like unordered list)

  • Item 1
  • Item 2
  • Menu List (looks just like unordered list)

  • Item 1
  • Item 2
  • Lists can be nested in various ways

    1. First Item
    2. Second Item

    HTML Graphics

    Inline images are placed directly in text like this one. glass.bmp Inline Images may be aligned so that text is at the bottom (default), at the top, or in the middle. . The image error symbol is displayed if an error is encountered when displaying an image.

    Images can be used as hotspots Contents and work just like text links.

    Transparent images like these allow the background to show through.

    Arizona Pyramids Left and right floating images, shown here, are appropriate for large images as text can flow around them automatically.

    The image on the right has the IsMap attribute set. When used as a link, the pixel coordinates of the click spot are transmitted with the URL. These can be used to direct the link to a target appropriate for that area of the image.

    arrows.gif The image with the arrows demonstrates client side image mapping. The UseMap attribute points to an image map definition describing the hot areas of the image.

    Pyramids Pyramids Images may be sized using the height and width attributes.

    Special Characters

    In an HTML document, some characters must be specially entered.

    Address Text

    L. David Baldwin
    22 Fox Den Road
    Hollis, NH 03049

    Preformated Text

    This is preformated text, <pre>.  Multiple spaces    and
    carriage returns are recognized.  Preformated text won't
    wrap.  It can have hot spots too.
    

    Blockquote Text

    This is blockquote text. It is used to indicate text quoted from another source. Here it is rendered as indented plain text.

    Centered Text

    Here is a line of centered text.

    Tables

    Weight Fee
    Not over 10 pounds $1.80
    Over 10 pounds $2.50

    Many other variations of Tables are shown in the Table Tutorial.

    HTML Forms

    Pizza Order
    Name:
    Address:
    Topping
      Cheese
      Pepperoni
      Onion
    Size
      10 in
      12 in
      16 in
    Payment Method
     
    Special Instructions